projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c03c730
)
Fix etags Bug#20629 that broke C++ support.
author
Jan D
<jan.h.d@swipnet.se>
Sat, 23 May 2015 12:13:44 +0000
(14:13 +0200)
committer
Jan D
<jan.h.d@swipnet.se>
Sat, 23 May 2015 12:13:44 +0000
(14:13 +0200)
* etags.el (etags-xref-find-definitions-tag-order): Revert commit
from Sun May 10 (Bug#20629).
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 7a87377503d9662e3709a1af3de0ca51e88bda06..8b5757b814a749ed2cadb2b07961e50368466637 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-2075,7
+2075,8
@@
for \\[find-tag] (which see)."
(defconst etags--xref-limit 1000)
(defvar etags-xref-find-definitions-tag-order '(tag-exact-match-p
- tag-implicit-name-match-p)
+ tag-implicit-name-match-p
+ tag-symbol-match-p)
"Tag order used in `etags-xref-find' to look for definitions.")
;;;###autoload